Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

632542 Views

Latest files of /cody/solygambas/html-css-javascript-projects/081-animated SVG

style.css cody/solygambas/html-css-javascript-projects/081-animated SVG/style.css
144 Views
0 Comments
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}

body {
display: flex;
index.html cody/solygambas/html-css-javascript-projects/081-animated SVG/index.html
343 Views
0 Comments
<!-- Based on Learn To Build An SVG Animation With CSS by Simo Edwin - Dev Ed (2019)
see: https://www.youtube.com/watch?v=gWai7fYp9PY -->

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />